【例子介绍】使用C# SerialPort控件写的串口调试工具,完整源码
【相关图片】
【源码结构】
.
├── serialDebug2
│ ├── SerialDebug.sln
│ ├── SerialDebug.suo
│ └── serialDemo3
│ ├── DH1716A_cmdset.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── IT8513C_cmdset.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── serialDemo3.vshost.exe
│ │ └── serialDemo3.vshost.exe.manifest
│ ├── obj
│ │ └── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── serialDebug.csproj.FileListAbsolute.txt
│ │ ├── serialDemo3.csproj.FileListAbsolute.txt
│ │ └── serialDemo3.csproj.GenerateResource.Cache
│ └── serialDebug.csproj
└── 使用C# SerialPort控件写的串口调试工具_serialDebug2.zip
9 directories, 20 files
评论